home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / isa_004.zip / ISAEDIT.ZIP / ISAEDIT.DOC next >
Text File  |  1992-03-06  |  6KB  |  127 lines

  1.  
  2.  
  3.   φ ISA User Editor φ
  4.  
  5.      ■ By Tim Lang (1:153/924)
  6.  
  7. ===============================================================================
  8.  
  9.   *** DISCLAIMER ***
  10.  
  11.    ISAEDIT is only guaranteed to take up space on your Hard Drive.  The
  12.    authors shall be in NO WAY liable for any damage or data loss to your
  13.    system. In other words, it should work, but USE IT AT YOUR OWN RISK!
  14.  
  15.  
  16.   *** OPERATION ***
  17.  
  18.    The file ISAEDIT.EXE is the user editor for ISA.  Only REGISTERED
  19.    users will have full editing rights.  Non-Registered users may only
  20.    DELETE users and also have to suffer through a 15 second delay at
  21.    startup.
  22.  
  23.    I have not put limits on the editor other than the legal maximus of
  24.    the variable.  Please use discretion when editing as OVER-editing
  25.    WILL cause the data file to go corrupt and reck the game.
  26.    Recommended maximum settings are:
  27.          Planets - 25,000
  28.          Money - $1,000,000,000
  29.          Troups - 45,000
  30.  
  31.  
  32.   *** REMOTE OPERATION ***
  33.  
  34.    ISAEDIT works over the modem now.  The only requirement is a
  35.    DORINFO1.DEF file.  To use ISAEDIT remote, use must call it with one
  36.    parameter - The path to dorinfo1.def file.
  37.  
  38.    ie: ISAEDIT C:\RA
  39.  
  40.    No other parameters are supported.  Calling ISAEDIT with NO
  41.    parameters will run it in local mode.  ISAEDIT has carrier checking,
  42.    time out checking and requires a fossil driver (such as BNU).
  43.    Basicly, it has the same requirements as ISA.
  44.  
  45.    If you are running ISAEDIT in your batch file, the errorlevels
  46.    are:  0 - Normal Termination
  47.          2 - Sysop Forced exit
  48.          3 - Inactivity Time Out
  49.          4 - No Carrier
  50.          5 - Time Up
  51.         11 - ISA.DAT not found in current directory
  52.         12 - User record specified not found
  53.         13 - Invalid path to Dorinfo1.def file
  54.         15 - Error saving User File
  55.  
  56.    There are probably a few bugs in ISAEDIT still, if one occurs please note
  57.    the RUN-TIME ERROR code and address  (ie: RUN-TIME ERROR 100 at 0000:45DF)
  58.  
  59.  
  60. Possible errors in ISA and ISAEDIT:
  61.  
  62. Number Meaning                 With regards to ISA/ISAEDIT
  63. ------ ----------------------- -------------------------------------------
  64.     2  File not found          You are missing a file.
  65.     4  Too many open files     Increase your FILES= statement in your 
  66.                                CONFIG.SYS  We recommend about 25.
  67.     5  File access denied      Either a file has been set to read only, a
  68.                                directory is full, a RENAME tried to rename to
  69.                                an existing file name or a file is not open.
  70.     6  Invalid File Handle     Your file handles have become corrupted, DOS err.
  71.     
  72.   100  Disk Read Error         An attempt was made to read past the end of a 
  73.                    file most often.  Something is corrupted in the
  74.                    record pointers.
  75.   101  Disk Write Error        Generall an indication of a full hard disk.
  76.   103  File Not Open           File is closed when it shouldn't have been.
  77.   104  File Not Open for Input Text file is closed when it shouldn't have been.
  78.   105  File Not Open for Output "   "     "   "       "      "       "
  79.   106  Invalid Numeric Format  Generally this is only caused when reading a
  80.                    BBS interface file (that has the user's info).
  81.                                It happens when ISA is trying to read a
  82.                    numeric value from an interface text file and 
  83.                    there isn't a valid number in the file.
  84.   
  85.   Errors 150 through 162 indicate various HARDWARE failures.  If you're getting
  86.   these, then something is wrong with your PC and I can't be of much help there.
  87.  
  88.     Some commone ones are:
  89.   152  Drive not ready         Controller problem or drive not spinning
  90.   154  CRC error in data       Scrogged disk (real technical eh? (grin))
  91.   156  Disk Seek error            Head problem or bad controller
  92.   157  Unknown media type      Did you just change to DOS 4.0 or 5.0???
  93.   158  Sector not found        Head problem or bad controller
  94.   159  Printer out of paper    This should never happen since ISA doesn't
  95.                                acces the printer
  96.   160  Device write fault      Disk problem
  97.   161  Device read fault       Disk problem
  98.   162  Hardware Failure        "Generic" nasty, nasty problem.
  99.  
  100.   Fatal errors generally indicate a problem that must be fixed before you 
  101.   can continue to run the game.
  102.  
  103.   200  Division by zero        Now I hope you cannot make one of these happen
  104.                    as I check before every division to make sure
  105.                    it DOESN'T happen, but you it might.
  106.   201  Range Check Error       Array index out of range.
  107.   202  Stack Overflow          NOT ENOUGH MEMORY for the stack!  Type either
  108.                                using the swap feature or call ISA from a batch file
  109.   203  Heap overflow error     Same as 202.
  110.   204  Invalid Pointer Op.     Can be caused the same as 202.
  111.   205  Floating point overflow Most likely someone has used the editor
  112.                                and put an insane value in a field somewhere.
  113.                                YOU CANNOT make enough of anything in ISA to
  114.                                cause this with normal play.
  115.   207  Invalid Floating point  You have a real thats trying to be converted to a
  116.        Operation               Long int and its greater than 2 billion.
  117.   209  Overlay File read error ISA had a problem getting an overlay from the
  118.                                ISA.OVR file.  If you're not using EMS, then
  119.                    the .OVR file is missing or is setting on a bad
  120.                    sector on your harddisk.  If you are running EMS
  121.                    then you have a bad memory chip! (yak)
  122.  
  123. Well this covers a large portion of the technical support for ISA.  If
  124. you have further questions, contact James Hargrave (for ISA) or Timothy
  125. Lang (for ISAEDIT).
  126.  
  127.